home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / shusher.swf / scripts / DefineButton2_121 / BUTTONCONDACTION on(keyPress Enter).as
Text File  |  2008-08-08  |  140b  |  7 lines

  1. on(keyPress "<Enter>"){
  2.    _root.removeMovieClip("Game");
  3.    this.gotoAndStop(1);
  4.    _root.levelUp();
  5.    _root.gotoAndPlay("Play");
  6. }
  7.